projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87c891c
)
* editfns.c (Ftranspose_regions): Use set_text_properties_1
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 24 Mar 2007 15:50:05 +0000
(15:50 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 24 Mar 2007 15:50:05 +0000
(15:50 +0000)
instead of Fset_text_properties to avoid GC. Signal after change.
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 478e4873ac5eaae69c20f3a4c0917bfaa7e3e7de..08eb1d35d4a7575f70809192ce3fdb10da7f0fee 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2007-03-24 Chong Yidong <cyd@stupidchicken.com>
+
+ * editfns.c (Ftranspose_regions): Use set_text_properties_1
+ instead of Fset_text_properties to avoid GC. Signal after change.
+
2007-03-24 Eli Zaretskii <eliz@gnu.org>
* xfns.c (Fx_show_tip): Doc fix.